668207
@@ -190,7 +190,7 @@
public class PropertyPlaceholderHelper {
 			if (StringUtils.substringMatch(buf, index, this.placeholderSuffix)) {
 				if (withinNestedPlaceholder > 0) {
 					withinNestedPlaceholder--;
-					index = index + this.placeholderPrefix.length() - 1;
+					index = index + this.placeholderSuffix.length();
 				}
 				else {
 					return index;
